Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 794 Bytes

File metadata and controls

30 lines (22 loc) · 794 Bytes

keywords: Task Properties, Behavior Tab, Cycle on record, Cycle record main

Name in migrated code: GoToToNextRowAfterLastControl
Location in migrated code: OnLoad

2017 11 13 16H01 06

Migrated Code Example

protected override void OnLoad()
{
+    GoToToNextRowAfterLastControl = true;
}

Condition as an expression:

protected override void OnLoad()
{
+     BindGoToToNextRowAfterLastControl(() => !(ENV.Security.UserManager.CurrentUser.Name == "SUPERVISOR"));
}

Property Values

True or false. The default is false which is Cycle on record = Yes in Magic

See Also

UIController GoToNextRowAfterLastControl